|
Workout With Friends
Stay fit with a little motivation
|
Classes | |
| class | CreateChallengeForm |
| class | CreateDeviceChallengeForm |
| class | CreateWeightChallengeForm |
| class | CreateSpeedChallengeForm |
| class | CreateEnduranceChallengeForm |
| class | CreateBenchPressChallengeForm |
| class | CreateSquatChallengeForm |
| class | AcceptDenyChallengeForm |
Functions | |
| def | get_distances |
| def | get_durations |
| def | get_percentages |
| def wowf.forms.challenge.get_distances | ( | start = 100, |
|
max = 3200 |
|||
| ) |
Definition at line 9 of file challenge.py.
| def wowf.forms.challenge.get_durations | ( | increments = 15, |
|
max = 180 |
|||
| ) |
Definition at line 18 of file challenge.py.
| def wowf.forms.challenge.get_percentages | ( | increments = 10, |
|
max = 300 |
|||
| ) |
Definition at line 22 of file challenge.py.
1.8.1.2